projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95492d7
)
BeagleBoard: fix LED 0/1 in driver
author
Jason Kridner
<
[email protected]
>
Tue, 19 Apr 2011 15:55:26 +0000
(10:55 -0500)
committer
Albert ARIBAUD
<
[email protected]
>
Sun, 4 Sep 2011 09:36:22 +0000
(11:36 +0200)
Fixed USR0/USR1 to be LED 0/1 respectively
Signed-off-by: Jason Kridner <
[email protected]
>
Signed-off-by: Koen Kooi <
[email protected]
>
Signed-off-by: Joel A Fernandes <
[email protected]
>
Signed-off-by: Sandeep Paulraj <
[email protected]
>
board/ti/beagle/led.c
patch
|
blob
|
history
diff --git
a/board/ti/beagle/led.c
b/board/ti/beagle/led.c
index 08f95a0a16782c8a4121030eff3b645bb154365d..d3de51f2f5007e98cb37ae16b44ef51998db16d4 100644
(file)
--- a/
board/ti/beagle/led.c
+++ b/
board/ti/beagle/led.c
@@
-27,8
+27,8
@@
static unsigned int saved_state[2] = {STATUS_LED_OFF, STATUS_LED_OFF};
/* GPIO pins for the LEDs */
-#define BEAGLE_LED_USR0 1
49
-#define BEAGLE_LED_USR1 1
50
+#define BEAGLE_LED_USR0 1
50
+#define BEAGLE_LED_USR1 1
49
#ifdef STATUS_LED_GREEN
void green_LED_off (void)